home *** CD-ROM | disk | FTP | other *** search
/ Tandy Sensation 2 / Tandy Sensation II Data.iso / 5.bat < prev    next >
DOS Batch File  |  1993-08-25  |  2KB  |  52 lines

  1. @echo off
  2. set drv=D:
  3. if exist D:\ORIGINAL\WINDOWS\TANDYDEM.o4 goto runset
  4. set drv=E:
  5. if exist E:\ORIGINAL\WINDOWS\TANDYDEM.o4 goto runset
  6. set drv=F:
  7. if exist F:\ORIGINAL\WINDOWS\TANDYDEM.o4 goto runset
  8. echo CD-ROM Data Disc not found.
  9. goto exit
  10. :runset
  11. @echo ******************************************************************
  12. @echo This program will remove the WinMate program.  Press CTRL-C now to
  13. @echo exit this batch file.
  14. @echo ******************************************************************
  15. @pause
  16. c:
  17. cd \
  18. del c:\winmate\abc <%drv%\yes.txt
  19. rd  c:\winmate\abc
  20. del c:\winmate\PICTURES\BACKDROP < %drv%\yes.txt
  21. rd  c:\winmate\PICTURES\BACKDROP
  22. del c:\winmate\PICTURES\BANNERS  < %drv%\yes.txt
  23. rd  c:\winmate\PICTURES\BANNERS 
  24. del c:\winmate\PICTURES\CARDS   < %drv%\yes.txt
  25. rd  c:\winmate\PICTURES\CARDS   
  26. del c:\winmate\PICTURES\DESKTOP < %drv%\yes.txt
  27. rd  c:\winmate\PICTURES\DESKTOP 
  28. del c:\winmate\PICTURES\NAMETAGS < %drv%\yes.txt
  29. rd  c:\winmate\PICTURES\NAMETAGS
  30. del c:\winmate\PICTURES\NOTICES  < %drv%\yes.txt
  31. rd  c:\winmate\PICTURES\NOTICES 
  32. del c:\winmate\PICTURES\MYBITMAP  < %drv%\yes.txt
  33. rd  c:\winmate\PICTURES\MYBITMAP 
  34. del c:\winmate\PICTURES\MYCLIP  < %drv%\yes.txt
  35. rd  c:\winmate\PICTURES\MYCLIP 
  36. del c:\winmate\pictures <%drv%\yes.txt
  37. rd  c:\winmate\pictures
  38. del c:\winmate\PCLAUNCH  < %drv%\yes.txt
  39. rd  c:\winmate\PCLAUNCH
  40. del c:\winmate\tutorial\tbk < %drv%\yes.txt
  41. rd  c:\winmate\tutorial\tbk
  42. del c:\winmate\tutorial\wave < %drv%\yes.txt
  43. rd  c:\winmate\tutorial\wave
  44. del c:\winmate\tutorial < %drv%\yes.txt
  45. rd  c:\winmate\tutorial
  46. del c:\winmate < %drv%\yes.txt
  47. rd  c:\winmate
  48. :exit
  49. set drv=
  50. echo on
  51.  
  52.